From: Alexandru Ardelean Date: Thu, 8 Jan 2015 11:06:20 +0000 (+0200) Subject: python-setuptools: fix Build/InstallDev rule X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=46a47aeb8085ab143af92da80b06a8ee157dff83;p=feed%2Fpackages.git python-setuptools: fix Build/InstallDev rule Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 52a124d000..a252119260 100644 --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@ -40,10 +40,10 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(2)$(PYTHON_PKG_DIR) + $(INSTALL_DIR) $(PYTHON_LIB_DIR) $(CP) \ - $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR) \ - $(2)$(PYTHON_PKG_DIR) + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \ + $(PYTHON_LIB_DIR) endef define PyPackage/python-setuptools/install